@charset "UTF-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre,
fieldset, lengend, button, input, textarea,
th, td {
  /* table elements 表格元素 */
  margin: 0;
  padding: 0;
}

/* 设置默认字体 */
body,
button, input, select, textarea {
  /* for ie */
  /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
  font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
  /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}

h1 {
  font-size: 18px;
  /* 18px / 12px = 1.5 */
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 14px;
}

h4, h5, h6 {
  font-size: 100%;
}

address, cite, dfn, em, var {
  font-style: normal;
}

/* 将斜体扶正 */
code, kbd, pre, samp, tt {
  font-family: "Courier New", Courier, monospace;
}

/* 统一等宽字体 */
small {
  font-size: 12px;
}

/* 小于 12px 的中文很难阅读，让 small 正常化 */
/* 重置列表元素 */
ul, ol {
  list-style: none;
}

/* 重置文本格式元素 */
a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

abbr[title], acronym[title] {
  /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
  border-bottom: 1px dotted;
  cursor: help;
}

q:before, q:after {
  content: '';
}

/* 重置表单元素 */
legend {
  color: #000;
}

/* for ie6 */
fieldset, img {
  border: none;
}

/* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
  font-size: 100%;
  /* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 重置 hr */
hr {
  border: none;
  height: 1px;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {
  overflow-y: scroll;
}

/* Customer style
 ------------------------------------------------------------------------------------ */
body {
  font: 12px/1.5 "\5b8b\4f53", sans-serif, Tahoma, Helvetica, Arial;
  color: #333333;
}

a {
  color: #333333;
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:hover {
  color: #cc0000;
}

.wrap {
  width: 982px;
  margin: 0 auto;
}

.borderbox {
  border: solid 1px #d8d8d8;
  background: #fff;
  padding: 1px;
  overflow: hidden;
}

#content {
  min-height: 430px;
}

/* Header Block
------------------------------------------------------ */
.header {
  background: url(../images/headerbg.jpg) repeat-x;
  width: 100%;
}

.topbar {
  height: 30px;
  line-height: 30px;
}
.topbar ul {
  float: right;
  overflow: hidden;
}
.topbar ul li {
  display: inline;
  padding: 0 10px;
  border-left: solid 1px #333333;
  margin-left: -1px;
}

.hdCon {
  height: 105px;
  padding-top: 1px;
  overflow: hidden;
}
.hdCon .logo {
  float: left;
  margin-top: 20px;
}
.hdCon .rexian {
  float: right;
  margin-top: 45px;
}

.nav {
  background: url(../images/menubg.jpg) repeat-x;
  height: 46px;
  width: 100%;
}
.nav li {
  display: block;
  float: left;
  width: 113px;
  text-align: center;
  font-family: "Microsoft Yahei", "\9ED1\4F53", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.nav li.home {
  width: 87px;
}
.nav li.home a {
  display: block;
  background: url(../images/navhomebg.png) no-repeat;
  height: 46px;
  line-height: 46px;
}
.nav li.last {
  width: 102px;
}
.nav li a {
  display: block;
  background: url(../images/navbg.png) no-repeat;
  height: 46px;
  line-height: 46px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
.nav li a:hover, .nav li.selected a {
  background-image: url(../images/navonbg.png);
  text-decoration: none;
  color:#fff;
}

.main {
  background: url(../images/mainbg.jpg) 0 0 repeat-x;
  width: 100%;
}

.searchbar {
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  padding: 10px 0;
}

.hotkey {
  float: left;
  color: #333333;
}
.hotkey a {
  margin-right: 10px;
}
.hotkey  span {
    margin: 0 10px;
    text-decoration: underline;
}

.search {
  float: right;
}
.search .kw {
  background: #ffffff;
  border: 1px solid #d8d8d8;
  float: left;
  height: 23px;
  text-indent: 15px;
  line-height: 23px;
  margin: 0 10px 0 0;
  padding: 0;
  width: 311px;
}
.search #select{
	float: left;
    height: 26px;
    line-height: 26px;
    margin-right: 10px;
}
.search .schBtn {
  background: url("../images/searchbtn.png") no-repeat;
  border: none;
  float: left;
  font-size: 0;
  height: 25px;
  line-height: 0;
  overflow: hidden;
  width: 88px;
}

.sage {
  overflow: hidden;
  margin-bottom: 10px;
}

.banner {
  border: 1px solid #D8D8D8;
  float: left;
  height: 311px;
  padding: 5px;
  width: 318px;
}
.banner .content {
  position: relative;
  z-index: 1;
}
#indexSlider{
	height: 311px;
	width: 318px
}
/*
.banner .ads {
  height: 237px;
  overflow: hidden;
  width: 318px;
	position:relative;
	margin:0 auto; 
	transform: translate3d(0,0,0);
}
.banner .pagation {
  position: absolute;
  z-index: 2;
  display: none;
  text-align: right;
  width: 318px;
  top: 220px;
}
.banner .pagation li {
  display: inline-block;
  font-weight: bold;
}
.banner  #thumbs{
  height: 64px;
  margin-top: 10px;
  overflow: hidden;
}
.banner  #thumbs .thumb{
	display:inline;
}
*/
.searchinner {
    clear: both;
    float: none;
    height: 30px;
    margin: 20px auto;
}
.banner .pagation{
	display:none;
}
/*slider frame*/
#slider, #slider div.sliderInner {
	 height: 237px;
	width: 318px;
	overflow:hidden;
}

#slider {
	background:black url(loading.gif) no-repeat 50% 50%;
	position:relative;
	margin:0 auto; /*center-aligned*/
    transform: translate3d(0,0,0);
}

/* the link style (if an image is wrapped in a link) */
#slider a.imgLink, #slider .video {
	z-index:2;
	position:absolute;
	top:0px;left:0px;border:0;padding:0;margin:0;
	width:100%;height:100%;
}
#slider .video {
	background:transparent url(video.png) no-repeat 50% 50%;
}

/* Caption styles */
#slider div.mc-caption-bg, #slider div.mc-caption-bg2 {
	position:absolute;
	width:400px;
	height:auto;
	padding:10px 0;
	left: 100px; /*if the caption needs to be aligned from right, specify by right instead of left. i.e. right:20px;*/
	bottom: -40px;/*if the caption needs to be aligned from top, specify by top instead of bottom. i.e. top:150px;*/
	z-index:3;
	overflow:hidden;
	font-size:0;
}
#slider div.mc-caption-bg {
    /* NOTE: Its opacity, when background is not transparent, is to be set through the sliderOptions.captionOpacity setting in the js-image-slider.js file.*/
	background:transparent;/* or any other colors such as White, or: background:none; */
}
#slider div.mc-caption-bg2 {
    background:none;
}
#slider div.mc-caption {
	font:bold 13px/16px Arial;
	color:#ccc;
	z-index:4;
	text-align:center;
    background:none;
}
#slider div.mc-caption a { 
	color:#66FFFF;
}


/* ------ built-in navigation bullets wrapper that is relative to the #slider ------*/
#slider div.navBulletsWrapper  {
	display:none;
}

/* --------- Others ------- */

#slider div.loading 
{
    width:100%; height:100%;
    background:transparent url(loading.gif) no-repeat 50% 50%;
    filter: alpha(opacity=60);
    opacity:0.6;
    position:absolute;
    left:0;
    top:0; 
    z-index:9;
}

#slider img, #slider>b, #slider a>b {
	position:absolute; border:none; display:none;
}

#slider div.sliderInner {
	overflow:hidden; 
	-webkit-transform: rotate(0.000001deg);/* fixed the Chrome not crop border-radius bug*/
	position:absolute; top:0; left:0;
}

#slider>a, #slider video, #slider audio {display:none;}


/* -- thumbnails -- */
#thumbs 
{
	height: 64px;
	margin-top: 10px;
	overflow: hidden;
}
#thumbs .thumb 
{
    display:inline-block;
    *display:inline;zoom:1;/*IE6, IE7 hack*/
    margin:0;/*this determins the distance between each thumbnail*/
    background:black;
}

#thumbs .thumb img{cursor:pointer; width:101px; height:64px; opacity:0.5;filter:alpha(opacity=50);}
#thumbs .thumb-on img{opacity:1;filter:alpha(opacity=100);}





.news {
  width: 375px;
  margin-left: 11px;
  float: left;
}

.headline {
  background: url(../images/herobg.jpg) 0 0 no-repeat;
  height: 98px;
}
.headline h2 {
  font-family: "\9ED1\4F53", "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
  padding: 15px 0 10px;
  font-weight: 400;
  color: #1d7994;
  text-align: left;
  padding-left: 57px;
}
.headline .cont {
  padding-left: 57px;
  padding-right: 18px;
  line-height: 22px;
}
.headline .cont a {
  color: #cc0000;
}

.newCont {
  padding: 10px 0;
  border-left: solid 1px #d8d8d8;
}
.newCont ul {
  margin: 0 25px 0 15px;
}
.newCont li {
  background: url(../images/dot.gif) left 10px no-repeat;
  padding-left: 15px;
  line-height: 20px;
}

.profile {
  border-left: solid 1px #d8d8d8;
  border-bottom: solid 1px #d8d8d8;
  padding: 0 25px 0 15px;
  height: 123px;
}
.profile h3 {
  background: url(../images/qyjjbg.png) left 0 no-repeat;
  color: #FFFFFF;
  font-family: "\9ED1\4F53", "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 28px;
  line-height: 28px;
  padding-left: 6px;
}
.profile .profileCon {
  padding: 6px 0;
  line-height: 20px;
  color: #666666;
}
.profile .profileCon a {
  color: #cc0000;
}

.colright {
  width: 253px;
  float: right;
  height: 320px;
  border: solid 1px #d8d8d8;
}

.policies .tit {
  background: url(../images/rightTitbg.png) repeat-x;
  border: 1px solid #FFFFFF;
  border-bottom: 1px solid #d8d8d8;
  height: 36px;
  line-height: 36px;
  font-family: "\9ED1\4F53", "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-left: 18px;
  color: #179ec8;
  font-size: 14px;
}
.policies ul {
  margin: 8px 18px;
  height: 139px;
}
.policies li {
  background: url("../images/dot.gif") no-repeat left 12px;
  line-height: 24px;
  padding-left: 10px;
}

.affiliatetype .tit {
  background: url(../images/jmType.png) left 0 no-repeat;
  font-family: "\9ED1\4F53", "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding-left: 18px;
}
.affiliatetype ul {
  overflow: hidden;
}
.affiliatetype li {
  float: left;
  margin: 4px 6px;
}
.affiliatetype li img {
  display: block;
  float: left;
}

.features {
  margin-bottom: 10px;
}

.features .feaBox {
  padding: 12px 12px 0;
  overflow: hidden;
  vertical-align: top;
}
.clear{
	width:100%;
	clear:both;
	height:1px;
	overflow:hidden;
}
.feaBox {
  background: url(../images/index_block_titbg.png) repeat-x;
}
.project, .special {
    float: left;
}
.feaBox .feaLeft {
  width: 487px;
  float: left;
}
.feaBox .feaLeft .title {
  height: 28px;
  color: #fff;
  border-bottom: solid 1px #11959f;
  overflow: hidden;
  width:100%;
  position: relative;
  z-index: 10;
  margin-bottom: 17px;
}
.feaBox .feaLeft .title h3 {
  background: url(../images/titbg1.png) no-repeat;
  font-size: 16px;
  height: 28px;
  left: 0;
  line-height: 28px;
  padding-bottom: 7px;
  position: absolute;
  text-align: center;
  width: 110px;
  z-index: 2;
}
.feaBox .feaLeft .title .more {
  background: url("../images/more_bg1.png") no-repeat;
  bottom: 0;
  height: 16px;
  padding-left: 10px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 60px;
  z-index: 1;
}
.feaBox .feaLeft .title .more a {
  color: #fff;
}
.feaBox .feaRight {
  float: right;
  width: 438px;
}
.feaBox .feaRight .title {
  height: 28px;
  color: #1d7994;
  border-bottom: solid 1px #11959f;
  position: relative;
  z-index: 1;
  margin-bottom: 17px;
}
.feaBox .feaRight .title h3 {
  font-size: 16px;
  height: 26px;
  left: 0;
  line-height: 26px;
  position: absolute;
  border-bottom: solid 2px #1d7994;
  z-index: 2;
}
.feaBox .feaRight .title .more {
  background: url("../images/more_bg2.png") no-repeat;
  bottom: -1px;
  height: 16px;
  padding-left: 10px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 60px;
  z-index: 1;
}
.feaBox .feaRight .title .more a {
  color: #fff;
}

.project .projectBd {
  overflow: hidden;
}
.project ul {
  width: 106px;
  border: solid 1px #e4f2fa;
  border-bottom: none;
  float: left;
}
.project li {
  border-bottom: solid 1px #e4f2fa;
  height: 32px;
  line-height: 32px;
  background: #f5fafe;
}
.project li a {
  display: block;
  background: url("../images/dot2.gif") 10px 15px no-repeat;
  padding-left: 20px;
}
.project dl {
  width: 353px;
  float: right;
  position: relative;
  z-index: 1;
}
.project dt {
  display: block;
  height: 181px;
}
.project dd {
  height: 33px;
  background: #1b7792;
  position: relative;
  top: -15px;
  border-bottom: 0;
  line-height: 33px;
  padding-left: 15px;
  font-size: 14px;
  font-weight: bold;
}
.project dd a {
  color: #fff;
}

.specialBd li {
  width: 243px;
  float: left;
  line-height: 28px;
  background: url("../images/dot2.gif") 0 12px no-repeat;
}
.specialBd li a {
  margin-left: 10px;
  zoom:1;
  text-align:left;
}

.casebd dl {
  float: left;
  width:240px;
}
.casebd dl dt {
  height: 315px;
}
.casebd dl dd {
  background: #1b7792;
  position: relative;
  height: 33px;
  line-height: 33px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: bold;
  top: -15px;
}
.casebd dl dd a {
  color: #fff;
  float: left;
}
.casebd dl dd a.more {
  float: right;
}
.casebd ul {
  display: block;
  border: solid 1px #e4f2fa;
  height: 331px;
  width: 196px;
  float: left;
}
.casebd li.hero {
  background: #f5fafe;
  padding-left: 13px;
  padding-right: 8px;
  border-bottom: solid 1px #e4f2fa;
  margin: 0 0 20px;
}
.casebd li.hero h3 {
  color: #666666;
  padding: 4px 0;
}
.casebd li.hero h3 a {
  color: #179ec8;
}
.casebd li.hero p {
  padding: 10px 0 8px 0;
  font-weight: bold;
}
.casebd li.caseItem {
  background: url("../images/dot2.gif") 10px 14px no-repeat;
  line-height: 28px;
  padding-left: 20px;
}
.specialtitle {
    margin: 0 auto;
    width: 960px;
}
.productshow {
  padding: 0;
  margin-bottom: 10px;
}

.productshowcont {
  background: url("../images/blockbgtop1.png") 0 0 repeat-x;
}
.productshowcont .title {
  height: 39px;
  border-bottom: solid 1px #dbdbdb;
}
.productshowcont .title h3 {
  background: url("../images/titbg2.png") no-repeat;
  color: #FFFFFF;
  float: left;
  height: 38px;
  left: 19px;
  line-height: 30px;
  position: relative;
  text-align: center;
  top: -5px;
  width: 113px;
}
.productshowcont .title ul {
  float: right;
  padding-right: 10px;
}
.productshowcont .title li {
  float: left;
  line-height: 12px;
  margin: 13px 0;
  padding: 0 10px;
  border-right: solid 1px #c8c8c9;
}
.productshowcont .title li.more {
  border: none;
}
.productshowcont .title li.more a {
  color: #179ec8;
}
.productshowcont .productslide {
  height: 165px;
  margin: 15px 10px;
  overflow: hidden;
  position: relative;
}
.productshowcont .productslide .box{overflow:hidden;position:relative;width:960px;height:165px;margin:0 auto;}
.productshowcont .productslide  ul{
	overflow: hidden;
    width: 9999px;
}
.productshowcont .productslide li {
  padding: 0 25px;
  width: 85px;
  float: left;
}
.productshowcont .productslide li img {
	border: 1px solid #DBDBDB;
	height: 114px;
	width: 83px;
}
.productshowcont .productslide li p {
  text-align: center;
  margin: 5px 0;
}

.affiliate {
  background: #f7f7f9 url("../images/foot-formbgtop.png") 0 0 repeat-x;
  margin-bottom: 10px;
}
.affiliate .title {
  border-bottom: solid 1px #cfe6f8;
  height: 42px;
  margin: 0 18px;
}
.affiliate .title h3 {
  background: url("../images/titbg2.png") no-repeat;
  color: #FFFFFF;
  float: left;
  height: 38px;
  line-height: 30px;
  position: relative;
  text-align: center;
  top: -5px;
  width: 113px;
}

.affiliatebd {
  overflow: hidden;
  border-top: solid 1px #fff;
  margin: 0 18px;
  padding-top: 17px;
}
.affiliatebd .tit {
  border-bottom: dashed 1px #179ec8;
  margin-bottom: 16px;
}
.affiliatebd .tit img {
  display: block;
  margin-bottom: 1px;
}

.affiliatematter {
  float: left;
  width: 468px;
}
.affiliatematter dl {
  padding-left: 44px;
  padding-top: 22px;
  overflow: hidden;
  background: url("../images/line.png") bottom no-repeat;
  padding-bottom: 15px;
  clear:both;
  zoom:1;
}
.affiliatematter dt {
  background: none repeat scroll 0 0 #D50000;
  color: #FFFFFF;
  float: left;
  font-family: 黑体;
  font-weight: bold;
  height: 16px;
  line-height: 16px;
  text-indent: 5px;
  width: 70px;
  margin-top: 6px;
  margin-right: 14px;
}
.affiliatematter dd {
  float: left;
  width: 300px;
  line-height: 26px;
}

.affiliateform {
  float: right;
  width: 454px;
}
.affiliateform li {
  padding-left: 100px;
  padding-bottom: 10px;
  overflow: hidden;
}
.affiliateform label {
  float: left;
  width: 90px;
  padding-right: 10px;
  line-height: 30px;
  font-size: 14px;
  text-indent: 10px;
  text-align: right;
  margin-left: -100px;
}
.affiliateform .txt, .affiliateform .areaTxt {
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  height: 28px;
  width: 278px;
  line-height: 28px;
  text-indent: 10px;
}
.affiliateform .txt:focus, .affiliateform .areaTxt:focus {
  border: solid 1px #4fc1e9;
}
.affiliateform .areaTxt {
  height: 100px;
  resize: none;
}
.affiliateform .short {
  width: 100px;
}
.affiliateform img {
  margin-left: 10px;
  vertical-align: middle;
}
.affiliateform .af-btn {
  background: url("../images/submitBtn.png");
  border: medium none;
  cursor: pointer;
  font-size: 0;
  height: 25px;
  display:block;
  float:left;
  line-height: 0;
  overflow: hidden;
  text-indent: -9999px;
  vertical-align: middle;
  width: 78px;
}
.affiliateform a {
  border-bottom: 1px solid #CC0000;
  color: #CC0000;
  font-family: "黑体";
  font-size: 14px;
  margin-left: 15px;
  vertical-align: middle;
}

.weblink {
  border: solid 1px #d8d8d8;
  margin-bottom: 12px;
}
.weblink .title {
  height: 39px;
  border-bottom: solid 1px #d8d8d8;
  background: #f3f3f3;
  padding-left: 100px;
  font-family: "黑体", "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.weblink .title h3 {
  float: left;
  line-height: 32px;
  margin-left: -100px;
  padding-top: 7px;
  text-align: center;
  width: 100px;
}
.weblink .title ul {
  overflow: hidden;
  padding-top: 7px;
  font-size: 12px;
}
.weblink .title li {
  float: left;
  padding: 0 8px;
  border: solid 1px  #f3f3f3;
  border-bottom: none;
  height: 32px;
  line-height: 32px;
}
.weblink .title li.active {
  border: solid 1px #d8d8d8;
  border-bottom: solid 1px #fff;
  background: #fff;
  font-weight: bold;
}
.weblink .title li.active a {
  color: #cf1212;
  text-decoration: underline;
}
.weblink .linksItemBox {
  display: none;
}
.weblink .linksItemBox:first-child {
  display: block;
}
.weblink .linkCon {
  overflow: hidden;
  padding: 10px;
}
.weblink li {
  float: left;
  line-height: 28px;
  padding-left: 10px;
  width: 96px;
}

/*面包屑*/
.position {
  width: 100%;
  background: #F5F5F5;
  height: 28px;
  line-height: 28px;
  text-align: right;
  border-bottom: solid 1px #DFDFDF;
  border-top: 1px solid #FFFFFF;
}

.subanner {
	margin: 1px auto 0;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
}
.absubanner {
  margin: 1px auto 0;
  width:100%;
  height:212px;
  background:url(../images/subbanner.jpg) center no-repeat;
  overflow: hidden;
}

.submain {
  background: url("../images/subpageline.jpg") 0 0 repeat-x;
  margin-top: 1px;
  overflow: hidden;
}

.bdlr {
  border-left: solid 1px #F6F7FB;
  border-right: solid 1px #F6F7FB;
  overflow: hidden;
}
.bdlr2 {
    border-color: #dadada;
    width: 978px;
}
.singlepage {
  padding-top: 25px;
}

.liuchengTit {
    background: url("../images/pages/jmlc/jmlc-1.jpg") 0 0 no-repeat ;
    height: 53px;
    line-height: 53px;
    padding-right: 20px;
    text-align: right;
}
.liuchengTit h2 {
    display: none;
}
.col-left {
  width: 237px;
  float: left;
  overflow: hidden;
  clear:both;
  zoom:1;
}
.col-left .channelTit {
  background: url("../images/ttl.png") left no-repeat;
  color: #454545;
  display: block;
  font-size: 18px;
  margin: 0 10px 0 20px;
  padding-left: 10px;
}
.col-left .channelTit h1 {
  font-weight: 400;
  line-height: 18px;
  font-family: "黑体","微软雅黑";
}
.col-left .channelTit sub {
  font-family: Tahoma,Helvetica,Arial,"宋体",sans-serif;
  font-size: 11px;
  text-transform: uppercase;
}

.left-nav ul.content {
  background: url("../images/leftfirsttitbg.jpg") left top no-repeat;
  margin: 10px 0 15px 15px;
  width: 195px;
}
.left-nav li {
  height: 36px;
  line-height: 36px;
  background: url("../images/lefttitbg.jpg") left no-repeat;
  padding-left: 22px;
}
.left-nav li:first-child {
  background: none;
  height: 43px;
  line-height: 43px;
}
.left-nav li a {
  background: url("../images/arr.png") left center no-repeat;
  display: block;
  padding-left: 10px;
}
.left-nav li.cur a {
  background: url("../images/arr-blue.png") left center no-repeat;
  color: #026ca6;
  font-weight: bold;
}

.col-auto {
  float: left;
  background: url("../images/subvline.jpg") 0 0 no-repeat;
  padding-left: 15px;
  padding-bottom: 45px;
}
.col-auto h1 {
  background: url("../images/page-line.png") left bottom no-repeat;
  color: #0574A2;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-top: 10px;
}

.leftad {
  margin-left: 15px;
}

.singlepageCon {
  width: 715px;
}

.submaininner {
  overflow: hidden;
  padding-top: 19px;
}

.leftbar {
  width: 239px;
  float: left;
}

.leftcate, .leftnewsct {
  margin-bottom: 15px;
}
.leftcate .title, .leftnewsct .title {
  background: url("../images/cateTit.jpg") no-repeat;
  color: #0070CD;
  font-size: 14px;
  font-weight: bold;
  height: 43px;
  line-height: 43px;
  padding-left: 30px;
}
.leftcate ul, .leftnewsct ul {
  border: solid 1px #DEDEDE;
  border-top: none;
  padding: 10px;
}
.leftcate li, .leftnewsct li {
  background: url(../images/dashed.jpg) bottom repeat-x;
height: 14px;
line-height: 14px;
padding: 13px 0;
  display:block;
}

.catmain {
  background: url("../images/bbtom.jpg") bottom repeat-x;
  padding-bottom: 70px;
  margin-bottom: 12px;
}

.leftnewsct li {
  background: url(../images/smdot.jpg) left center no-repeat;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  padding-left: 10px;
}

.recommend {
  background: url(../images/boxjb.jpg) bottom repeat-x;
  border: 1px solid #EEEEEE;
  margin-bottom: 15px;
  overflow: hidden;
  padding: 15px 8px 10px 15px;
}
.recommend .title {
  margin-bottom: 10px;
}

.jointype {
  background: url("../images/jointype.jpg") no-repeat;
  width: 222px;
  height: 83px;
  padding-top: 108px;
  padding-left: 17px;
  margin-bottom: 15px;
}
.jointype li {
  float: left;
  margin-bottom: 5px;
  margin-right: 10px;
}
.jointype img {
  float: left;
}

.rightCt {
  float:right;
  overflow: hidden;
  width: 710px;
}

.tbar {
  border-bottom: 1px solid #DCDCDC;
  height: 42px;
  overflow: hidden;
}
.tbar .title {
  color: #2488C3;
  font-family: "微软雅黑";
  font-size: 14px;
  font-weight: 400;
  float: left;
  height: 42px;
  line-height: 42px;
  padding-left: 10px;
}

.tbar .position {
  background: none;
  border: medium none;
  float: right;
  width: auto;
  margin-top: 14px;
}

.prodlist dt {
  background: url("../images/productTitbg.jpg") repeat-x;
  border-bottom: 1px solid #F3F3F3;
  color: #B91D28;
  font-weight: bold;
  height: 23px;
  padding: 15px 0 15px 27px;
  position: relative;
  z-index: 1;
}
.prodlist dt img {
  vertical-align: bottom;
}
.prodlist dt:after, .prodlist dt .after {
  background: url("../images/toparr.jpg") no-repeat;
  bottom: -1px;
  content: " ";
  height: 9px;
  left: 70px;
  position: absolute;
  width: 16px;
  z-index: 2;
}
.prodlist dd {
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 15px;
  line-height: 22px;
  color: #999;
}
.prodlist dd img {
  width: 118px;
  height: 96px;
  border: solid 1px #d7d7d7;
  float: left;
  margin: 0 16px 0 25px;
}

.newposition2 {
  height: 40px;
  line-height: 40px;
  background: none;
}
.newposition2 .tit {
  float: left;
  font-size: 18px;
}
.newposition2 .tit img {
    margin-top: 21px;
}

.newposition {
  background: url("../images/new-position-bg.jpg") repeat-x;
  height: 40px;
  line-height: 40px;
  text-align: left;
  border: none;
}

.prodCont {
  padding-top: 20px;
}

.newmodule {
  padding: 10px 0;
  overflow: hidden;
}

.newsbox {
  width: 235px;
  border: solid 1px #C2CCD5;
  float: left;
  margin-right: 11px;
  height: 326px;
}
.newsbox.last {
  margin-right: 0;
}
.newsbox .title {
  background: url("../images/news-module-tit.jpg") repeat-x;
  border: 1px solid #FFFFFF;
  color: #024E9A;
  font-family: "微软雅黑";
  font-size: 14px;
  height: 34px;
  line-height: 24px;
  padding-left: 25px;
}
.newsbox .title a {
  color: #024E9A;
}
.newsbox .list {
  margin: 3px 7px;
}
.newsbox li {
  background: url("../images/new-dash.jpg") bottom repeat-x;
  height: 14px;
    line-height: 14px;
    overflow: hidden;
    padding: 6px 0 5px
}
.newsbox li i {
  background: url("../images/dot-org.jpg") 0 6px no-repeat;
  width: 3px;
  height: 14px;
  display: block;
  display: inline;
  display: inline-block;
  margin-right: 5px;
  float:left;
}

.hyxwbox {
  border: solid 1px #C9DBE5;
  margin-bottom: 10px;
}
.hyxwbox .title {
  background: #ebf4fb url("../images/hyxwlinebg.jpg") repeat-x;
  height: 24px;
  border-left: solid 1px #EBF4FB;
  border-right: solid 1px #EBF4FB;
  border-bottom: solid 1px #C9DBE5;
  position: relative;
  z-index: 1;
}
.hyxwbox .title .tit {
  background: url("../images/hyxwbg.jpg") no-repeat;
  width: 118px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: absolute;
  bottom: -1px;
  left: 20px;
}
.hyxwbox .title .more {
  background: url("../images/morebg.jpg") no-repeat;
  width: 55px;
  height: 23px;
  line-height: 23px;
  float: right;
  text-indent: 10px;
}
.hyxwbox .title .more a {
  color: #024E9A;
}

.hyxwbd {
  overflow: hidden;
  padding: 15px 0;
}
.hyxwbd ul {
  border-left: 1px dotted #666666;
  float: left;
  margin-left: -1px;
  padding: 0 13px;
  width: 300px;
}
.hyxwbd dl {
  overflow: hidden;
}
.hyxwbd dt {
  font-weight: bold;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.hyxwbd dd {
  padding: 5px 0;
  overflow: hidden;
  line-height: 22px;
}
.hyxwbd dd img {
  float: left;
  margin-right: 10px;
  border: solid 1px #eee;
  height: 70px;
    width: 70px;
}
.hyxwbd li {
  padding: 3px 0;
}

.specail {
  border: solid #E8E9EB 1px;
}
.specail .title {
  background: url("../images/specailTitbg.jpg") repeat-x;
  border-bottom: solid #E8E9EB 1px;
  height: 34px;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
.specail .title img {
  margin-top: -1px;
  float: left;
}
.specail .title a {
  float: right;
  margin-top: 8px;
}

.specailbd {
  position: relative;
  z-index: 1;
}
.specailbd .arrLeft {
  background: url("../images/arrleft.jpg") no-repeat;
  height: 49px;
  width: 26px;
  position: absolute;
  cursor: pointer;
  left: 10px;
  top: 30px;
  z-index: 2;
}
.specailbd .arrRight {
  background: url("../images/arrright.jpg") no-repeat;
  height: 49px;
  width: 26px;
  position: absolute;
  right: 10px;
  cursor: pointer;
  top: 30px;
  z-index: 2;
}
.specailbd .speScroll {
  height: 110px;
  margin: 15px auto;
  overflow: hidden;
  width: 877px;
}
.specailbd .speScroll .list{
	width:9999px;
	height: 110px;
}
.specailbd .speScroll li {
	float:left;
}
.specailbd .speScroll li dl {
  width: 262px;
  height: 92px;
  border: solid 1px #E4EFF1;
  background: #F4F8F9;
  padding: 8px 7px;
  margin: 0 7px; 
}
.specailbd .speScroll dt {
  float: left;
}
.specailbd .speScroll dd {
  margin-left: 111px;
  line-height: 18px;
}
.speScroll img {
    height: 92px;
    width: 101px;
}
.specailbd .speScroll h3 {
  font-size: 12px;
  height: 20px;
  overflow: hidden;
  line-height: 20px;
}
.specailbd .speScroll p a {
  color: #D50000;
}

.news-menu {
  background: url("../images/newsmenu.jpg") repeat-x;
  height: 40px;
  line-height: 40px;
  font-family: "微软雅黑", "黑体";
}
.news-menu li {
  float: left;
  margin-right: 20px;
  font-weight: bold;
  font-size: 14px;
}

.ohd {
  overflow: hidden;
}

.contLeft {
  width: 690px;
  float: left;
}

.contRight {
  width: 239px;
  float: right;
}

.headlines {
  margin: 20px 0;
  overflow: hidden;
}
.headlines .img {
  background: url("../images/heroimgbg.jpg") no-repeat;
  float: left;
  height: 120px;
  padding: 8px 12px 14px 8px;
  width: 180px;
}
.headlines .img img{
    height: 120px;
    width: 180px;
}
.headlines .cont {
  margin-left: 207px;
  color: #666666;
  font-size: 12px;
}
.headlines .cont h3 {
  font-size: 12px;
  margin-bottom: 10px;
}
.headlines .cont h3 a {
  color: #666;
}
.headlines .cont .desc {
  line-height: 22px;
}
.headlines .cont .desc a {
  color: #D50000;
}

.thead {
  border: solid 1px #D5DAE0;
  height: 28px;
  line-height: 28px;
  font-weight: bold;
  border-right: none;
  font-family: "Microsoft Yahei", "黑体",  "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666666;
}
.thead .title {
  float: left;
  text-indent: 17px;
  width: 490px;
}
.thead .date {
  float: left;
  width: 102px;
  border-right: solid 1px #D5DAE0;
  text-align: center;
}

.newslist li {
  height: 31px;
  border-bottom: dotted 1px #D5DAE0;
  line-height: 31px;
}
.newslist li .tt {
  background: url("../images/listarr.jpg") 10px center no-repeat;
  text-indent: 20px;
  width: 490px;
  float: left;
}
.newslist li .rt {
  display: block;
  width: 102px;
  text-align: center;
  float: left;
}

.mt20 {
  margin-top: 20px;
}

.specialRight {
  width: 239px;
}
.specialRight .title {
  background: url("../images/rightTit.jpg") no-repeat;
  height: 32px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 32px;
  font-family: "Microsoft Yahei", "\9ED1\4F53","Helvetica Neue", Helvetica, Arial, sans-serif;
}
.specialRight .title .more {
  display: block;
  background: url("../images/rightTitMore.jpg") no-repeat;
  width: 31px;
  height: 6px;
  overflow: hidden;
  margin-top: 12px;
  float: right;
}
.specialRight .cont {
  padding: 11px;
  border: solid 1px #E1E1E1;
  border-top: none;
}
.specialRight .cont li {
  background: url("../images/li.png") left -53px no-repeat;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  text-indent: 10px;
}
.specialRight .cont li:hover {
  background-position: left 13px;
}

#Article {
  padding-top: 40px;
}
#Article h1 {
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}
#Article p.info {
  border-bottom: 1px solid #DEDEDE;
  border-top: 1px solid #DEDEDE;
  height: 30px;
  line-height: 30px;
  margin: 10px auto;
  text-align: center;
  width: 100%;
}
#Article .content {
  line-height: 28px;
  font-size: 16px;
}

.sidesearch {
  background: url("../images/sidesearchbg.png") repeat-x;
  margin-bottom: 15px;
  padding: 15px 10px;
}
.sidesearch .tit {
  background: #007BC5;
  width: 72px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  clear: both;
  color: #FFFFFF;
  font-family: "Microsoft Yahei", "\9ED1\4F53", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sidesearch .sidesearchbox {
  margin-top: 6px;
  overflow: hidden;
}
.sidesearch .sstxt {
  border: solid 1px #C0C0C0;
  background: #FFFFFF;
  width: 160px;
  height: 25px;
  line-height: 25px;
  text-indent: 10px;
  float: left;
  margin-right: 7px;
}
.sidesearch .ssbtn {
  background: url("../images/ssbtn.png") no-repeat;
  width: 49px;
  height: 29px;
  overflow: hidden;
  text-indent: -999px;
  border: none;
  float: left;
  cursor: pointer;
}
.service-banner{
	height:220px;
	position:relative;
	z-index:1;
	margin:1px 0;
}
.service{
	position:absolute;
	bottom:0;
	width: 100%;
	z-index:2;
}
.service-menu-bg{
	height:40px;
	background:#04538C;
	opacity:0.7;
	width:982px;
	margin: 0 auto;
	filter:alpha(opcity=70);
}
.service-menu {
	height: 40px;
    position: relative;
    width: 100%;
    z-index: 1;	
}
.service-menu .sernav{
	position:absolute;
	z-index:3;
	width:100%;
	top: 0;
	height:40px;
}
.service-menu ul{
	height: 18px;
    line-height: 18px;
    margin: 0 auto;
    padding: 11px 0;
    width: 920px;
}
.service-menu li {
  float: left;
  margin-right: 10px;
  color:#fff;
  font-family:"微软雅黑", "黑体", sans-serif;
  font-size:13px;
  font-weight:bold;
}

.service-menu li a {
	border-radius: 3px;
	color: #fff;
	margin: 0 15px;
}
.subpage{
	background:url(../images/bg2.png) 0 0 repeat-x;
	width:100%;
}
.bdn {
  border: none;
}
.servbanner {
    overflow: hidden;
	background:url(../images/service.jpg) center no-repeat;
	height:220px;
    width: 100%;
}
.servbannervas {
    overflow: hidden;
	background:url(../images/value_added_service.jpg) center no-repeat;
	height:220px;
    width: 100%;
}
.success-banner{
    height: 220px;
    margin: 1px 0;
    position: relative;
    z-index: 1;
}

.sucbanner {
    background: url("../images/sucbanner.jpg") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 220px;
    overflow: hidden;
    width: 100%;
}
.single-page-outer{
	background:url(../images/single-bg.png) 0 center repeat-y;
	width:996px;
	margin:0 auto;
}
.single-page-topbg{
	background:url(../images/single-top.png) 0 0 no-repeat;
	width:996px;
	margin:0 auto;
}
.single-page-bottombg{
	background:url(../images/single-bottom.png) 0 bottom no-repeat;
	padding: 0 38px;
    width: 920px;
	padding-bottom:50px;
	margin:0 auto;
}
.servlist li{
	overflow:hidden;
	 margin-top: 30px;
}
.servcont {
    padding-top: 30px;
}
.topicPage {
    margin-top: 10px;
}
.servcontinner{
	width:891px;
	margin:0 auto;
}
.servlist .tit, .servcont .tit{
	background:url(../images/service-line.png) 0 bottom no-repeat;
	margin:0 auto;
	padding-bottom:19px;
}
.servlist h3, .servcont h3{
	background:url(../images/topic-title-bg.png) no-repeat;
	color: #fff;
    font-family:"微软雅黑";
    font-size: 12px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    margin-left: 20px;
    padding-left: 30px;
    width: 110px;
}
.servlist h3 a{
	color:#fff;
}
.servlist dl {
  overflow: hidden;
  background:url(../images/imgshadow.png) left -80px no-repeat;
  height: 158px;
    margin: 0 auto;
    overflow: hidden;
    padding-left: 25px;
    width: 877px;
}
.servlist dt {
	background: none repeat scroll 0 0 #e7e7e7;
	float: left;
	height: 125px;
	padding: 5px;
	text-align: center;
	width: 145px;
}
.servlist img {
    height: 125px;
    width: 145px;
}
.servlist dd {
  margin-left: 150px;
}
.servlist dd h3 {
  border-bottom: 1px solid #000000;
  height: 9px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.servlist dd h3 a {
  display: block;
  float: left;
  position: absolute;
  padding-right: 10px;
  background: #fff;
}

.jmcontHead {
  background: none repeat scroll 0 0 #f3f3f3;
    margin: 10px 0;
    overflow: hidden;
}
.jmcontHead .leftCt {
  float: left;
    height: 170px;
    padding: 9px;
    width: 580px;
}
.jmcontHead .leftCt h3 {
  font-size: 20px;
  line-height: 40px;
}
.jmcontHead .leftCt .pic {
  width: 245px;
  float: left;
}
.jmcontHead .leftCt .pic  img{
	border: 1px solid #fff;
    height: 168px;
    width: 243px;
}
.servlist dd {
    margin-left: 170px;
    margin-right: 80px;
}
.jmcontHead .leftCt .cont {
	line-height: 22px;
	margin-left: 265px;
	margin-right: 30px;
}
.jmcontHead ul {
	background: none repeat scroll 0 0 #e1e4ec;
	border-left: 1px solid #fff;
	float: right;
	height: 188px;
	width: 383px;
}
.jmcontHead li {
  float: left;
  margin-left:10px;
  _margin-left:5px;
  margin-top:10px;
}
.jmcontHead li a {
	display:block;
	width:177px;
	height:80px;
	text-indent:-9999px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	cursor:pointer;
}
.jmcontHead li.piclink37 a{
	background:url(../images/pages/succes/jmtupian.png) no-repeat;
}
.jmcontHead li.piclink38 a{
	background:url(../images/pages/succes/jxs.png) no-repeat;
}
.jmcontHead li.piclink39 a{
	background:url(../images/pages/succes/allystory.png) no-repeat;
}
.jmcontHead li.piclink40 a{
	background:url(../images/pages/succes/dealershow.png) no-repeat;
}
.jmcontHead li.piclink37 a:hover{
	background:url(../images/pages/succes/jmtupian-on.png) no-repeat;
}
.jmcontHead li.piclink38 a:hover{
	background:url(../images/pages/succes/jxs-on.png) no-repeat;
}
.jmcontHead li.piclink39 a:hover{
	background:url(../images/pages/succes/allystory-on.png) no-repeat;
}
.jmcontHead li.piclink40 a:hover{
	background:url(../images/pages/succes/dealershow-on.png) no-repeat;
}

.floor {
  overflow: hidden;
  margin-bottom: 15px;
}
.floor .title {
	border-bottom: 1px dotted #222;
	height: 30px;	
	margin-bottom: 10px;
}
.floor .title h3{
	color: #056bb5;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 30px;
	float:left;
	position:relative;
	z-index:2;
	border-bottom:solid 1px #c00;
	margin-bottom:-1px;
	float:left;

}
.floor .title span {
    color: #888;
	float:left;
    font-family: arial;
    font-size: 12px;
    font-weight: 400;
    margin-left: 10px;
	line-height:30px;
    text-transform: uppercase;
}
.floor .title a {
  font-weight: 400;
  font-size: 12px;
  float: right;
  margin-right: 10px;
}

.caselist {
  height: 184px;
  overflow: hidden;
}
.caselist li {
  float: left;
  margin: 0 15px;
  width: 215px;
}

ul.piclist {
  overflow: hidden;
}
ul.piclist li {
	background: none repeat scroll 0 0 #f1f1f1;
	float: left;
	height: 155px;
	margin: 0;
	width: 176px;
	margin-left: 25px
}
ul.piclist li.first{
	margin-left:0;
}
ul.piclist li img {
	display: block;
	height: 122px;
	margin: 0;
	width: 176px;
}

.piclist p {
  font-weight: bold;
  height: 33px;
  line-height: 33px;
  overflow: hidden;
  text-align: center;
}
ul.piclist li a:hover, ul.piclist li a:hover p {
	background:#c70100;
	color:#fff;
}
.suclist li{
	width:33%;
	float:left;
	text-align:center;
	margin-top:20px;
}
.suclist li p.pic{
	width:207px;
	height:146px;
	margin: 0 auto;
	background:#fff;
	padding:1px;
	border:solid 1px #ccccca;
}
.suclist li p.pic img{
	width:207px;
	height:146px;
}
.suclist li p.desc{
	width:207px;
	height:36px;
	line-height:18px;
	overflow:hidden;
	margin: 0 auto;
}

.lybox {
    background: #f3f3f3;
	padding:10px;
	margin-bottom: 10px;
}

.lycontent {
    background: none repeat scroll 0 0 #fff;
    padding: 10px;
}

.floor .lycontent .title {
    height: 30px;
    line-height: 30px;
}

.lycontent .title span {
    color: #c00;
    margin-left: 0;
}

.lycontent .cont {
    color: #323232;
    line-height: 20px;
    margin-bottom: 10px;
}

.lycontent .cont  span {
    color: #cd0102;
}

.lycontent p {
    line-height: 30px;
}

.lycontent p .time {
    float: left;
}

.lycontent a {
    color: #cd0001;
    float: right;
}
.mystory {
  overflow: hidden;
}
.mystory li {
  width: 50%;
  float: left;
  margin-bottom: 15px;
  height: 105px;
}
.mystory li h4 {
	font-family: "微软雅黑";
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	color:#222;
	margin-bottom: 10px;
}
.mystory li .pic {
  float: left;
    height: 85px;
    width: 141px;
}
.mystory li .pic img {
  height: 85px;
    width: 141px;
}
.mystory li .cont {
   margin: 0 30px 0 151px;
   line-height:18px;
   color:#9e9e9e;
}
.pageslines{
	background:url(../images/pagesline.png) 0 0 no-repeat;
	padding-top:20px;
	margin-top:20px;
	color: #989898;
}
.pageslines strong{
	font-weight:400;
}
.floorL {
  width: 730px;
  float: left;
}

.floorR {
  float: right;
  width: 239px;
}

.photo-list {
  padding: 20px 0;
}
.photo-list li {
  width: 150px;
  margin: 0 10px 20px;
  float: left;
}

.jxslist {
  padding: 15px 0;
}
.jxslist li {
  border-bottom: 1px dashed #CCCCCC;
  height: 30px;
  line-height: 30px;
}
.searchlist .jxslist li {
  border-bottom: 1px dashed #cccccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
  height:auto;
  line-height: 20px;
}

.searchlist h5 {
    height: 30px;
    line-height: 30px;
}
.jxslist li .rt {
  float: right;
}
#pages{
  margin-top: 20px;
    padding: 5px 0;
    text-align: center;
	clear:both;
}
#pages a , #pages span{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    display: inline-block;
    _display: block;
    _display: inline;
    padding: 2px 8px;
    zoom:1;
}
#pages span{
  background:#007bc5 ;
  color: #fff;
}
.specail-topic {
	background:url(../images/specailtopbg.jpg) 0 0 repeat-x;
}
.specail-topic-bg{
	width:992px;
	background:url(../images/specailbg.jpg) center repeat-y;
	margin:0 auto;
}
.specail-topic-topbg{
	background:url(../images/specailTop.jpg) 0 0 no-repeat;
	padding-top: 60px;
}
.specail-topic-inner{
	background:url(../images/specailbottom.jpg) 0 bottom no-repeat;
	margin: 0 auto;
    min-height: 500px;
    overflow: hidden;
    padding: 0 10px 20px;
    width: 960px;
}
.spelist li {
  background: none repeat scroll 0 0 #fff;
  border:1px solid #CCCCCC;
  float:left;
  margin:15px 10px;
	_margin:15px 7px;  
  width:298px;
}
.spelist h3 {
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  text-align: center;
  background:#F5F5F5;
  border-bottom:solid 1px #ccc;
}
.spelist .desc {
  padding:8px 4px;
  height:185px;
}
.spelist .pic {
  margin: 0 auto;
  width: 291px;
}
.spelist .pic img {
  width: 291px;
  height: 98px;
}
.spelist .info {
	line-height: 18px;
	margin: 10px 0;
	overflow: hidden;
}
.spelist .info a {
  color: #CC0000;
}
/**/
ul.livemessage{
	overflow:hidden;
}
.livemessage li{
	overflow: hidden;
    padding: 10px 0;
}
.livemessage li.first p{
	float: left;
    width: 50%;
}
.livemessage li.last{
	padding-right: 210px;
    text-align: right;
}
.livemessage label {
    clear: both;
    display: block;
    font-family: "微软雅黑";
    font-size: 14px;
    margin-bottom: 5px;
}

.livemsgtxt1,.livemsgtxt2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    text-indent: 10px;
    width: 250px;
}
.livemsgtxt2{
	width:500px;
}
textarea.livemsgtxt2{
	height:200px;
	width:480px;
	resize: none;
	padding: 10px;
    resize: none;
    text-indent: 0;
}
.livebtn {
    background: none repeat scroll 0 0 #016bb9;
    border: medium none;
    color: #fff;
    font-family:"微软雅黑";
    font-size: 14px;
    font-weight: bold;
    padding: 5px 15px;
	cursor:pointer;
}
.jmimg {
	overflow:hidden;
}
.jmimg img{
 float:left;
}

.jmsq {
    background: none repeat scroll 0 0 #fff;
    border: 8px solid #f6f6f6;
    margin-bottom: 15px;
    margin-top: 10px;
}
.jmform {
    padding: 8px 8px 20px;
}
.jmform li {
    display: block;
    overflow: hidden;
    padding: 10px 0;
}

.jmform p {
    float: left;
    width: 50%;
}

.jmform  label {
    display: inline-block;
    margin-right: 10px;
    text-align: right;
    width: 80px;
}
.jmform  label font{
	color:#c00;
}
.jmform  input ,.jmform  select{
    margin-left: 10px;
}
.jmform span {
    margin-left: 10px;
	color:#bcbcbc;
}
.jmform .jmtxt {
    border: 1px solid #ccc;
    height: 18px;
    line-height: 18px;
    padding: 0;
    width: 150px;
}
.jmform  .jmtxtarea{
	 border: 1px solid #ccc;
    height: 84px;
    line-height: 18px;
    padding: 0;
    width: 630px;
	resize:none
}
.jmform  .jmbtn{
	background:url(../images/tjsq.jpg) no-repeat;
	width:127px;
	height:35px;
	cursor:pointer;
	margin-left: 95px;
	border:none;
}
.jmsybg{
	background:url(../images/pages/jmsy/jmformbg.jpg) no-repeat;
	height:492px;
}
.jmsyform{
	padding-left:366px;
	padding-top:66px;
}
.jmsyform li{
	width:244px;
	height:20px;
	margin-bottom:8px;
}
.jmsyform .jmsytxt{
	width:242px;
	height:18px;
	border:solid 1px #020202;
}
.jmsyform li.jmsytextareali{
	height:184px;
}
.jmsyform .jmsytextarea{
	width:242px;
	border:solid 1px #020202;
	line-height:20px;
	height:182px;
}
.jmsybtn{
	background:url(../images/pages/jmsy/jmsybtn.jpg) no-repeat;
	width:68px;
	height:30px;
	border:none;
	cursor:pointer;
}
.jmsyform .jmsytextarea:focus,.jmsyform .jmsytxt:focus{
	background:#cce8cf;
	border:solid 1px #819db3;
}
.ysreport {
	float:left;
	background:url(../images/pages/hzjm/hezuobaozhang22.jpg) no-repeat;
	width:980px;
	height:281px;
}
.ysproduct{
	float:left;
	background:url(../images/pages/energyservice/energyservice_26.jpg) no-repeat;
	width:980px;
	height: 241px;
}
.yszizi {
	float:left;
	background:url(../images/pages/energyservice/energyservice_29.jpg) no-repeat;
	width:980px;
	height:282px;
}
#pic_list_1 {
    padding: 12px 0 0 70px;
}
#pic_list_2 {
    padding: 12px 0 0 70px;
}
#pic_list_3 {
    padding: 12px 0 0 70px;
}
.scroll_horizontal .box{overflow:hidden;position:relative;width:895px;height:259px;margin:0 auto;}
#pic_list_2 .box{overflow:hidden;position:relative;width:895px;height:259px;margin:0 auto;}
#pic_list_2 .box{overflow:hidden;position:relative;width:895px;height:259px;margin:0 auto;}
.scroll_horizontal .list{overflow:hidden;width:12000px;}

.ysreport li{
	height: 259px;
    width: 170px;
	float:left;
	padding-right: 9px;
}
.ysreport img{
	height: 259px;
    width: 170px;
}
.ysproduct li{
	height: 213px;
    padding-right: 9px;
    width: 216px;
	float:left;
}
.ysproduct img{
	height: 213px;
    width: 216px;
}
.yszizi li{
	height: 259px;
    width: 170px;
	float:left;
	padding-right: 9px;
}
.yszizi img{
	height: 259px;
    width: 170px;
}
.jn_outerwrap{
	width:100%;
	background:#eee;
}
.jn_wrapper{
	width:1263px;
	margin:0 auto;
}
.jn_banner{
	width:100%;
	clear:both;
}
.jn_container{
	width:975px;
	background:#fff;
	padding:14px 13px;
	border:solid 2px #e3e3e3;
	margin:0 auto;
	font-family:"微软雅黑", "宋体";
	font-size:13px;
}
.jn_container_inner{
	width:975px;
	overflow:hidden;
}
.jn_section{
	border:solid 1px #d9d9d9;
	border-top:none;
	margin-bottom:15px;
	overflow:hidden;
}
.jn_section_title{
	width:100%;
	height:49px;
}
.jn_section_box{
	font-family:"微软雅黑", "宋体";
	font-size:13px;
}
.jn_jieshao{
	width:617px;
  margin-left:24px;
	_margin-left:12px;
	margin-top:18px;
	float:left;	
}
.jn_box p{
	margin:0;
	padding:4px 0;
	text-indent:28px;
	line-height:24px;
}
.jn_border_left{
	border-left:solid 1px #D3D3D3;
}
.jn_border_right{
	border-right:solid 1px #D3D3D3;
}
.jn_jieshaobox{
	padding-left:15px;
	padding-right:19px;
	height: 275px;
}
.jn_note{
	float:right;
	width:301px;
	margin-top:18px;
  margin-right:20px;
	_margin-right:10px;
}
.jn_notebox {
  margin-left: 2px;
  padding: 10px 18px;
  height: 240px;
}
.jn_notebox p{
	text-indent:0;
}
.jn_section1_bottom_line{
	clear:both;
	padding-left:24px;
}
.jn_hd_content{
	background:url(../images/onlinereg/jn_huodong_img.jpg) top right no-repeat;
	border-top:solid 1px #D9D9D9;
	width:951px;
	margin:15px auto 0;
	position:relative;
	z-index:1;
}
.jn_hd_title_tag{
	background:url(../images/onlinereg/jn_huodong_content_title.png);
	width:50px;
	height:143px;
	overflow:hidden;
	position:absolute;
	z-index:2;
	top:-8px;
	left:0;
}
.jn_hd_font {
    padding: 5px 300px 15px 60px;
}
.jn_hd_font p{
	text-indent:24px;
	line-height:26px;
}
.jn_course_box{
	margin-top:15px;
	margin-left:15px;
}
.jn_course_ts{
	background:url(../images/onlinereg/jn_tese.jpg) no-repeat;
	width:443px;
	height: 265px;
	float:left;
}
.jn_course_jj{
	background:url(../images/onlinereg/jn_jianjie.jpg) no-repeat;
	width:469px;
	height:273px;
	float:left;
}
.jn_courbox {
    margin-left: 20px;
    margin-top: 54px;
}
.jn_courbox img{
	float:left;
	margin-right:15px;
}
.jn_courbox ul{
	padding:0;
	margin:0;
	list-style:none;
}
.jn_course_ts_content li{
	border-bottom: 1px dashed #B1B1B1;
    line-height: 35px;
    margin-left: 141px;
    margin-right: 80px;
}
.jn_course_jj_content li {
    line-height: 20px;
    margin-right: 20px;
}
.jn_mediaReport {
    padding: 10px 0;
    text-align: center;
}
.jn_service{
	width:897px;
	background:url(../images/onlinereg/jn_shuoming_img.jpg) center center no-repeat;
	height:239px;
	margin: 0 auto;
    padding: 15px 0;
}

.jn_service_box{
	float:left;
	width:344px;
	background:url(../images/onlinereg/jn_line.jpg) bottom center no-repeat;
}
.jn_service_box_right{
	float:right;
}
.jn_number_tag{
	width:49px;
	height:50px;
	float:left;
	margin:25px 15px 0 0;
}

.jn_service_content {
    line-height: 20px;
    margin-top: 25px;
}
.jn_service_content span{
	color:#fff;
	background:red;
}
.jn_service_box_right .jn_number_tag{
	float:right;
	margin-right:0;
	margin-left:10px;
}
.jn_service_box_right .jn_service_content{
	margin-left:20px;
	margin-right:60px;
}
.jn_ganyan{
	width:253px;
	float:left;
	padding-top:10px;
	padding-left:20px;
}
.jn_live_message{
	width:610px;
	float:right;
	margin-top:15px;
	margin-right:50px;
}

.jn_ganyan_content {
	background:#FFFFFF;
	height: 324px;
	margin: 0 auto;
	position:relative;
	overflow: hidden;
	width: 210px;
}
.jn_ganyan_content > ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.jn_registration {
    height: 450px;
	background:#f4f4f4;
}
.jn_ganyan_content li {
    background: url("../images/onlinereg/jn_dot_arr.jpg")  left 13px no-repeat;
    padding: 5px 0 5px 10px;
}
.jn_ganyan_content li.line{background: url("../images/onlinereg/line.jpg")  center bottom no-repeat;}
.jn_ganyan_content li span{
	color:red;
	font-weight:bold;
}
.jn_message_tab{
	font-size:12px;
}
.jn_message_tab tr{
	border:none;
}
.jn_message_tab td{
	padding:5px 0;
	border:none;
}
.jn_input,.jn_message{
	width:200px;
	height:18px;
	padding:0;
	margin:0;
	border:solid 1px #CACACA;
	background:#CCE9CF;
}
.jn_message{
	height:80px;
}
.jn_radio_input{
	width:64px;
	height:18px;
	padding:0;
	margin:0;
	border:solid 1px #CACACA;
	background:#CCE9CF;
}
.jn_font3{
	color:#7A7A7A;
}
.jn_message_check{
	position:relative;
	z-index:1;
	width:100%;
	height:80px;
}
.jn_red_arr{
	background:url(../images/onlinereg/jn_arr.jpg) no-repeat;
	width:16px;
	height:13px;
	position:absolute;
	z-index:2;
	left:0;
	bottom:0;
}
.jn_message_check_box{
	border:dashed 1px #7A7A7A;
	padding:8px;
	position:absolute;
	background:#EAEAEA;
	left:30px;
	top: 0;
	width: 250px
}
.jn_message_check_box h5{
	color:#c32d2e;
	margin:0;
	margin-bottom:10px;
	font-size:12px;
}
.jn_message_check_box a{
	display:block;
	color:#7A7A7A;
	text-decoration:none;
	line-height:20px;
}
.jn_message_check_box a:hover{
	color:#c32d2e;
}
.jnred{
	color:red;
}
.jn_dddd {
    background:#fff;
    border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
    margin-left: 7px;
	padding: 10px 0;
    width: 239px;
}
.jn_dddd_bt{
	height:7px;
	background:url(../images/onlinereg/jn_03.jpg) no-repeat;
	width:239px;
	margin:0 auto;
}


.related {
    line-height: 30px;
    padding-bottom: 20px;
}
.foot {
  background: url("../images/footBg.png") no-repeat;
  height: 128px;
}
.foot ul {
  padding: 12px 0;
  text-align: center;
  height: 14px;
  line-height: 14px;
}
.foot ul li {
  color: #fff;
  display: inline;
}
.foot ul li a {
  color: #fff;
  margin: 0 8px;
}
.foot p.copyright {
  padding-top: 17px;
  text-align: center;
  color: #666666;
}
